<?xml version="1.0" encoding="UTF-8"?>
<Request xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:ns0="urn:Services.PurchaseOrderService.PurchaseOrderPortType.PurchaseOrderPort"
         xmlns:bridge="http://e2e.ch/bridge"
         xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
         xmlns:ns1="urn:Services.PurchaseOrderService.Classes"
         xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
   <env:Header>
      <bridge:Trace level="None" maxSize="10"/>
   </env:Header>
   <env:Body>
      <ns0:addNewItem>
         <purchaseOrderID xsi:type="string">REQUEST0</purchaseOrderID>
         <customerID xsi:type="string">REQUEST1</customerID>
         <newItem xsi:type="Item">REQUEST2</newItem>
      </ns0:addNewItem>
   </env:Body>
</Request>